Update dependency typescript to v6#217
Open
renovate[bot] wants to merge 4 commits into
Open
Conversation
Contributor
Author
|
755b9db to
833fe48
Compare
edec9ca to
7afa373
Compare
ae2b0f7 to
ac61eab
Compare
018f25e to
6d83fa9
Compare
2988328 to
1b33c8b
Compare
7bb04e3 to
971d324
Compare
971d324 to
7aa5b94
Compare
Regenerates package-lock.json against typescript ^6.0.0 and pins rootDir in tsconfig.build.json. TS 6 requires rootDir to be explicit whenever the inferred common source root could lead to emit ambiguity (TS5011). The only peer warning is from typedoc 0.28.4, which is addressed in a follow-up commit.
- Bump typedoc to ^0.28.19 (first version whose peer range allows TypeScript 6). - Swap @tsconfig/node22 for @tsconfig/recommended and set lib/target to es2024. - Keep module/moduleResolution as NodeNext for the ESM package. - Add explicit @types/node devDep and a types[] array in tsconfig (node, mocha, chai); TS 6 no longer auto-loads @types/* via node_modules. @microsoft/api-extractor still prints a notice that its bundled compiler is older than TS 6, but functions correctly — left as-is.
- Move outDir from tsconfig.json into tsconfig.build.json so ts-node, typedoc and lint (which don't emit) share a non-emit config. - Set outDir to dist/ (aligning with the cucumber/javascript-core baseline) and update package.json exports/files, api-extractor.json and .gitignore to match.
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.7.3→^6.0.0Release Notes
microsoft/TypeScript (typescript)
v6.0.2Compare Source
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.8.3: TypeScript 5.8.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
v5.8.2: TypeScript 5.8Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.